home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(5, 1)
- set QTstate to the controller of cast "SHOWER1.MOV"
- if QTstate = 0 then
- set the controller of cast "SHOWER1.MOV" to 1
- else
- set the controller of cast "SHOWER1.MOV" to 0
- end if
- set the movieRate of sprite 5 to 1
- updateStage()
- puppetSprite(5, 0)
- end
-